lottery/docker-compose.yml
2023-03-20 06:04:24 +08:00

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