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