Docker-compose实例 lucky

一个小工具

官网:https://lucky666.cn

GitHub:https://github.com/gdy666/lucky

安装

参考:Docker-Compose

docker-compose

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
services:
lucky:
image: 'gdy666/lucky'
container_name: lucky
hostname: lucky
ports:
- '8443:8443'
volumes:
- ./data:/goodluck
- ./web:/web # 自定义页面
restart: always

# 个人配置

# networks:
# net:
# ipv4_address: 172.20.0.4
#networks:
# net:
# external: true
# name: lin-net