Always restart, bridge network mode isn't nessesary
This commit is contained in:
parent
468c6d911c
commit
6089575d92
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
butterflyvu:
|
||||
image: oci.registry.sudovanilla.org/butterflyvu:latest
|
||||
network_mode: bridge
|
||||
restart: always
|
||||
volumes:
|
||||
- ./config.json:/app/config.json
|
||||
- ./docs/home.mdx:/app/src/content/home.mdx
|
||||
|
@ -10,8 +10,7 @@ services:
|
|||
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
restart: unless-stopped
|
||||
network_mode: bridge
|
||||
restart: always
|
||||
ports:
|
||||
- 4242:80
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue