kleine Anpassung und Syncthing

This commit is contained in:
borgal
2022-07-18 20:27:17 +00:00
parent 99b598d1d4
commit 120c157571
5 changed files with 37 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ services:
MYSQL_USER: ${MYSQL_USER}
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
MYSQL_DATABASE: filerun
restart: unless-stopped
volumes:
- ./db:/var/lib/mysql
@@ -28,6 +29,7 @@ services:
- db:db
ports:
- "8013:80"
restart: unless-stopped
volumes:
- ./html:/var/www/html
- ./user-files:/user-files