actualizando network
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
#docker-compose.yaml
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
@ -16,7 +15,7 @@ services:
|
||||
depends_on:
|
||||
- watchtower
|
||||
networks:
|
||||
- aria-network
|
||||
- notifier-net
|
||||
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
@ -35,8 +34,8 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
command: --interval 86400 --cleanup
|
||||
networks:
|
||||
- aria-network
|
||||
- notifier-net
|
||||
|
||||
networks:
|
||||
aria-network:
|
||||
external: true
|
||||
notifier-net:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user