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:
|
services:
|
||||||
butterflyvu:
|
butterflyvu:
|
||||||
image: oci.registry.sudovanilla.org/butterflyvu:latest
|
image: oci.registry.sudovanilla.org/butterflyvu:latest
|
||||||
network_mode: bridge
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/config.json
|
- ./config.json:/app/config.json
|
||||||
- ./docs/home.mdx:/app/src/content/home.mdx
|
- ./docs/home.mdx:/app/src/content/home.mdx
|
||||||
|
@ -10,8 +10,7 @@ services:
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
network_mode: bridge
|
|
||||||
ports:
|
ports:
|
||||||
- 4242:80
|
- 4242:80
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue