Skip to content

Commit

Permalink
use correct container name for mysql service
Browse files Browse the repository at this point in the history
  • Loading branch information
mszulik committed Jan 16, 2024
1 parent 0d1e7ed commit 947c1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.pullpreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- 'traefik.http.routers.${APP_CONTAINER_NAME:-transmorpher}.middlewares=htpasswd'
mysql:
image: 'mysql/mysql-server:8.0'
container_name: ${MYSQL_CONTAINER_NAME:-transmorpher-mysql}
container_name: ${MYSQL_CONTAINER_NAME:-transmorpher-mysql-1}
ports:
- '3306:3306'
command: mysqld --default-authentication-plugin=mysql_native_password
Expand Down

0 comments on commit 947c1a2

Please sign in to comment.