changed to nginx port

This commit is contained in:
Shihaam Abdul Rahman 2022-12-20 23:21:53 +05:00
parent b3a909cebe
commit 7e39c53290
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

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
#########################