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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue