Files
compose-template/Test/baota/docker-compose.yml
2022-05-27 10:48:37 +08:00

17 lines
371 B
YAML

version: '3.3'
services:
baota:
restart: unless-stopped
container_name: baota
ports:
- '8888:8888'
# - '22:22'
# - '443:443'
- '85:80'
- '888:888'
volumes:
- './data/website_data:/www/wwwroot'
- './data/mysql_data:/www/server/data'
- './data/vhost:/www/server/panel/vhost'
image: 'btpanel/baota:lnmp'