Update nextcloud image
This commit is contained in:
parent
18fbd82364
commit
68a15d6576
1 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
image: linuxserver/nextcloud:29.0.3
|
image: linuxserver/nextcloud:29.0.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
@ -18,7 +17,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- nginx_proxy
|
- nginx_proxy
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
|
||||||
db:
|
db:
|
||||||
container_name: maria_db
|
container_name: maria_db
|
||||||
image: mariadb:10.11
|
image: mariadb:10.11
|
||||||
|
@ -29,8 +27,7 @@ services:
|
||||||
- ./mariadb:/var/lib/mysql
|
- ./mariadb:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
nextcloud: null
|
||||||
nginx_proxy:
|
nginx_proxy:
|
||||||
external: true
|
external: true
|
||||||
nextcloud:
|
|
||||||
|
|
Loading…
Reference in a new issue