Skip to content

Commit

Permalink
Update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Vylpes committed Sep 23, 2023
1 parent 0dfde06 commit e866f2e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docker-compose.yml
Expand Up @@ -4,9 +4,6 @@ volumes:
dev_database_data:

services:
# discord:
# build: .

database:
image: mysql/mysql-server
command: --default-authentication-plugin=mysql_native_password
Expand All @@ -20,12 +17,4 @@ services:
ports:
- "3306:3306"
volumes:
- dev_database_data:/var/lib/mysql

phpmyadmin:
image: phpmyadmin
restart: always
ports:
- "8001:80"
environment:
- PMA_ARBITRARY=1
- $DB_DATA_LOCATION:/var/lib/mysql

0 comments on commit e866f2e

Please sign in to comment.