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'