Skip to content

Commit edefb4b

Browse files
authored
Merge pull request SensorsIot#238 from obergerdavid/20210113-nextclouddb-volumepath
Correct nextcloud_db data path
2 parents f4038ad + 4e439db commit edefb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/nextcloud/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nextcloud_db:
2323
image: linuxserver/mariadb
2424
container_name: nextcloud_db
2525
volumes:
26-
- ./volumes/nextcloud/db:/var/lib/mysql
26+
- ./volumes/nextcloud/db:/config
2727
environment:
2828
- MYSQL_ROOT_PASSWORD=%randomPassword%
2929
- MYSQL_PASSWORD=%randomMySqlPassword%

0 commit comments

Comments
 (0)