Add external network configuration for Docker Compose
This commit is contained in:
+7
-1
@@ -10,4 +10,10 @@ services:
|
||||
environment:
|
||||
- TZ=UTC
|
||||
restart: unless-stopped
|
||||
container_name: bus_running_record_web
|
||||
container_name: bus_running_record_web
|
||||
networks:
|
||||
- nginx_proxy_manager_default
|
||||
|
||||
networks:
|
||||
nginx_proxy_manager_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user