dever 5 years ago
parent
commit
e95b649ef8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/docker/conf/pan.conf

+ 2 - 2
src/docker/conf/pan.conf

@@ -16,13 +16,13 @@ port = 8030:80
 ;superuser
 ;dweb
 environment = DB_TYPE=mysql,FR_DB_NAME=filerun,FR_DB_USER=root,FR_DB_PASS=123456,FR_DB_HOST=web-mysql,FR_DB_PORT=3306,APACHE_RUN_USER=www-data,APACHE_RUN_USER_ID=33,APACHE_RUN_GROUP=www-data,APACHE_RUN_GROUP_ID=33
-volumes = /pan/filerun/user-files:/filerun/user-files,/pan/filerun/html:/var/www/html
+volumes = {container}share/data/pan/filerun/user-files:/filerun/user-files,{container}share/data/pan/pan/filerun/html:/var/www/html
 
 [seafile]
 ;https://cloud.seafile.com/published/seafile-manual-cn/docker/%E7%94%A8Docker%E9%83%A8%E7%BD%B2Seafile.md
 port = 8030:80
 environment = DB_HOST=web-mysql,DB_ROOT_PASSWD=123456,TIME_ZONE=Asia/Shanghai,SEAFILE_ADMIN_EMAIL=rabin@shemic.com,SEAFILE_ADMIN_PASSWORD=ilyxdd,SEAFILE_SERVER_LETSENCRYPT=false,SEAFILE_SERVER_HOSTNAME=pan.shemic.com
-volumes = /pan/seafile:/shared
+volumes = {container}share/data/pan/seafile:/shared
 
 [nextcloud]
 port = 8030:8888