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