更新 docker-compose.yml
This commit is contained in:
parent
0fb028f630
commit
65528715b7
|
@ -25,7 +25,6 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
networks:
|
||||
- net
|
||||
- traefik-public
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
@ -93,8 +92,6 @@ networks:
|
|||
net:
|
||||
driver: overlay
|
||||
attachable: true
|
||||
traefik-public:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
|
|
Loading…
Reference in New Issue