Compare commits
2 Commits
6ed1891b98
...
0b11ace19f
Author | SHA1 | Date | |
---|---|---|---|
0b11ace19f | |||
d24dfad0ef |
@ -36,7 +36,7 @@ services:
|
||||
- "co.elastic.logs/module=mysql"
|
||||
|
||||
app:
|
||||
image: nextcloud:25.0.13
|
||||
image: nextcloud:26.0.11
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
@ -48,6 +48,7 @@ services:
|
||||
links:
|
||||
- db
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${DATA_PATH}/app/html:/var/www/html
|
||||
- ${DATA_PATH}/app/skeleton:/var/www/gnous-skeleton:ro
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user