Change network configuration

This commit is contained in:
Ryan Harg 2024-07-16 11:08:02 +02:00
parent 83288dad96
commit 18fbd82364

View file

@ -3,8 +3,6 @@ services:
nextcloud: nextcloud:
container_name: nextcloud container_name: nextcloud
image: linuxserver/nextcloud:29.0.3 image: linuxserver/nextcloud:29.0.3
ports:
- "7777:80"
restart: unless-stopped restart: unless-stopped
environment: environment:
- PUID=1000 - PUID=1000
@ -18,7 +16,7 @@ services:
depends_on: depends_on:
- db - db
networks: networks:
- nginx_default - nginx_proxy
- nextcloud - nextcloud
db: db:
@ -33,6 +31,6 @@ services:
- nextcloud - nextcloud
networks: networks:
nginx_default: nginx_proxy:
external: true external: true
nextcloud: nextcloud: