Always restart, bridge network mode isn't nessesary

This commit is contained in:
Korbs 2024-12-12 09:05:11 -05:00
parent 468c6d911c
commit 6089575d92

View file

@ -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: