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