chore: expose port 3000 without host binding in docker-compose
This commit is contained in:
@@ -6,5 +6,5 @@ services:
|
|||||||
args:
|
args:
|
||||||
VITE_APP_PASSWORD: ${VITE_APP_PASSWORD:-changeme}
|
VITE_APP_PASSWORD: ${VITE_APP_PASSWORD:-changeme}
|
||||||
ports:
|
ports:
|
||||||
- "3000:80"
|
- "3000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user