Skip to content

Commit

Permalink
fix(docker): default db & ClientConnectorError
Browse files Browse the repository at this point in the history
  • Loading branch information
YuevUwU authored and winstonsung committed Nov 27, 2024
1 parent c8cc685 commit 9268d41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
start_period: 600s
volumes:
- db-data:/var/lib/mysql
- ./init-scripts:/docker-entrypoint-initdb.d
- ./static:/docker-entrypoint-initdb.d
networks:
- backnet
env_file:
Expand Down Expand Up @@ -71,5 +71,4 @@ volumes:

networks:
backnet:
internal: true
frontnet:

0 comments on commit 9268d41

Please sign in to comment.