Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaSheep authored Oct 6, 2023
1 parent 1d57131 commit f9fa431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
volumes:
- ../databases/wca:/var/lib/mysql
ports:
- 4204:3306
- 127.0.0.1:4204:3306
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: wca
Expand All @@ -22,7 +22,7 @@ services:
volumes:
- ../databases/cubingza:/data/db
ports:
- 4203:27017
- 127.0.0.1:4203:27017
networks:
- api-database

Expand Down

0 comments on commit f9fa431

Please sign in to comment.