mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-12-18 08:10:23 +00:00
Update docker-compose.yml
add missing network definitions as comments
This commit is contained in:
parent
a7fb961f09
commit
42cb7aac88
|
@ -11,6 +11,12 @@ services:
|
|||
- portainer_data:/data
|
||||
ports:
|
||||
- 9443:9443
|
||||
expose:
|
||||
- 9443
|
||||
- 9000
|
||||
- 8000
|
||||
#networks:
|
||||
# - proxy
|
||||
#labels:
|
||||
# - traefik.enable=true
|
||||
# - traefik.http.routers.portainer.rule=Host(`portainer.example.com`)
|
||||
|
@ -19,6 +25,10 @@ services:
|
|||
# # Part for local lan services only
|
||||
# - traefik.http.routers.portainer.middlewares=local-ipwhitelist@file
|
||||
|
||||
#networks:
|
||||
# proxy:
|
||||
# external: true
|
||||
|
||||
volumes:
|
||||
portainer_data:
|
||||
external: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user