make port configurable

This commit is contained in:
hackerESQ
2024-09-04 19:25:48 -05:00
parent 3cbd6f1d0f
commit 9f9358a55a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ services:
restart: unless-stopped
tty: true
ports:
- "8000:80"
- "${APP_PORT:-8000}:80"
volumes:
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf
- .:/var/www/app:delegated