Add port and label

This commit is contained in:
Gal 2025-01-04 16:53:23 +01:00
parent 0a589b6c63
commit 7a4b9f7f03
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ services:
image: nginx:mainline-alpine image: nginx:mainline-alpine
restart: always restart: always
ports: ports:
- "9091:80" - "9095:80"
env_file: env_file:
- ./.env - ./.env
volumes: volumes: