add external folder for games
This commit is contained in:
@@ -23,6 +23,7 @@ services:
|
||||
volumes:
|
||||
- /hdd/nextcloud/data:/var/www/html/data
|
||||
- /server_data/nextcloud/config:/var/www/html
|
||||
- /hdd/media/games:/external/games
|
||||
environment:
|
||||
- MYSQL_PASSWORD=heHT672G2%H6
|
||||
- MYSQL_DATABASE=nextcloud
|
||||
@@ -43,7 +44,9 @@ services:
|
||||
restart: unless-stopped
|
||||
entrypoint: /cron.sh
|
||||
volumes:
|
||||
- /hdd/nextcloud/data:/var/www/html
|
||||
- /hdd/nextcloud/data:/var/www/html/data
|
||||
- /server_data/nextcloud/config:/var/www/html
|
||||
- /hdd/media/games:/external/games
|
||||
environment:
|
||||
- MYSQL_PASSWORD=heHT672G2%H6
|
||||
- MYSQL_DATABASE=nextcloud
|
||||
|
||||
Reference in New Issue
Block a user