Change network configuration
This commit is contained in:
parent
83288dad96
commit
18fbd82364
1 changed files with 2 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue