mirror of
https://github.com/Aras-ax/lottery.git
synced 2024-11-25 16:35:55 +08:00
16 lines
247 B
YAML
16 lines
247 B
YAML
version: '3.8'
|
|
|
|
volumes:
|
|
lottery_log:
|
|
services:
|
|
lottery:
|
|
container_name: lottery
|
|
expose:
|
|
- 28458
|
|
ports:
|
|
- "28458:8888"
|
|
volumes:
|
|
- "lottery_log:/var/log"
|
|
image: "panda1024/lottery:v0.3"
|
|
restart: always
|