edit port
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
|||||||
image: nginx:1.25-alpine
|
image: nginx:1.25-alpine
|
||||||
container_name: ${DOCKER_CONTAINER_NAME}_nginx
|
container_name: ${DOCKER_CONTAINER_NAME}_nginx
|
||||||
ports:
|
ports:
|
||||||
- '${APP_PORT:-8000}:80'
|
- '${APP_PORT:-8034}:80'
|
||||||
- '${VITE_PORT:-5173}:${VITE_PORT:-5173}'
|
- '${VITE_PORT:-5173}:${VITE_PORT:-5173}'
|
||||||
volumes:
|
volumes:
|
||||||
- .:/var/www/html
|
- .:/var/www/html
|
||||||
|
|||||||
Reference in New Issue
Block a user