Remove some unused networks and restart policies
This commit is contained in:
parent
8e0ae31fb6
commit
77f0c0b7d0
@ -3,7 +3,7 @@ services:
|
||||
handbrake:
|
||||
container_name: handbrake
|
||||
image: jlesage/handbrake:latest
|
||||
restart: on-failure
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5800:5800"
|
||||
volumes:
|
||||
|
@ -6,7 +6,3 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /docker/appdata/jmusicbot:/jmb/config
|
||||
networks:
|
||||
default:
|
||||
name: "ubuntu-server"
|
||||
external: true
|
@ -16,7 +16,3 @@ services:
|
||||
- WATCHTOWER_DISABLE_CONTAINERS="pihole minecraft atm3 handbrake culturalconnections xeditmirror"
|
||||
env_file:
|
||||
- ../stack.env
|
||||
networks:
|
||||
default:
|
||||
name: "ubuntu-server"
|
||||
external: true
|
Loading…
Reference in New Issue
Block a user