diff --git a/docker-compose.yml b/docker-compose.yml index 53784309..876ccb3c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,10 @@ services: dockerfile: ./Dockerfile container_name: 3xui_app # hostname: yourhostname <- optional + # ports: + # - "2053:2053" # Web UI + # - "2096:2096" # Subscriptions + # - "443:443" # Example - Inbound internal volumes: - $PWD/db/:/etc/x-ui/ - $PWD/cert/:/root/cert/ @@ -13,4 +17,5 @@ services: XUI_ENABLE_FAIL2BAN: "true" tty: true network_mode: host - restart: unless-stopped \ No newline at end of file + restart: unless-stopped +