Skip to content

Commit cb9c9fa

Browse files
committed
fix: remove named volumes pterodactyl-panel
1 parent add344c commit cb9c9fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pterodactyl/panel/docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
restart: unless-stopped
2929
command: --default-authentication-plugin=mysql_native_password
3030
volumes:
31-
- 'db-data:/var/lib/mysql'
31+
- '../files/db:/var/lib/mysql'
3232
environment:
3333
<<: *db-environment
3434
MYSQL_DATABASE: 'panel'
@@ -66,9 +66,6 @@ services:
6666
DB_HOST: 'database'
6767
DB_PORT: '3306'
6868

69-
volumes:
70-
db-data:
71-
7269
networks:
7370
dokploy-network:
7471
external: true

0 commit comments

Comments
 (0)