We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add344c commit cb9c9faCopy full SHA for cb9c9fa
pterodactyl/panel/docker-compose.yml
@@ -28,7 +28,7 @@ services:
28
restart: unless-stopped
29
command: --default-authentication-plugin=mysql_native_password
30
volumes:
31
- - 'db-data:/var/lib/mysql'
+ - '../files/db:/var/lib/mysql'
32
environment:
33
<<: *db-environment
34
MYSQL_DATABASE: 'panel'
@@ -66,9 +66,6 @@ services:
66
DB_HOST: 'database'
67
DB_PORT: '3306'
68
69
-volumes:
70
- db-data:
71
-
72
networks:
73
dokploy-network:
74
external: true
0 commit comments