Skip to content

Commit

Permalink
fix network
Browse files Browse the repository at this point in the history
  • Loading branch information
DoyunShin committed May 2, 2024
1 parent c20c45e commit 6a1163a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ services:
environment:
- MYSQL_ROOT_PASSWORD=||MYSQL_ROOT_PASSWORD||
- MYSQL_DATABASE=db
networks:
- default

volumes:
data:
Expand All @@ -36,5 +38,6 @@ networks:
- proxy

networks:
default:
proxy:
external: true

0 comments on commit 6a1163a

Please sign in to comment.