mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
change port setting
This commit is contained in:
parent
56e370d779
commit
6b67e0ab3f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
- redis
|
||||
# - es
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "4000:4000"
|
||||
networks:
|
||||
- calcnet
|
||||
# - web
|
||||
|
@ -33,7 +33,7 @@ services:
|
|||
networks:
|
||||
- calcnet
|
||||
env_file:
|
||||
- config/docker.env
|
||||
- .config/docker.env
|
||||
volumes:
|
||||
- ./db:/var/lib/postgresql/data
|
||||
|
||||
|
|
Loading…
Reference in a new issue