1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/butterflyvu.git synced 2024-12-22 15:23:54 +00:00

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