changed to nginx port

This commit is contained in:
2022-12-20 23:21:53 +05:00
parent b3a909cebe
commit 7e39c53290

View File

@ -15,7 +15,7 @@ services:
- $PWD/logs/npm:/root/.npm/_logs/
- $PWD/data/:/root/okiba-org-backend/data
ports:
- 3000:3000
- 3000:80
- 8080:8080
restart: always
#########################