compose config fix

This commit is contained in:
Eugene Shulga 2025-05-15 13:09:24 +02:00
parent ec6889bcdf
commit a6fe0ce059

View file

@ -7,7 +7,7 @@ services:
environment: environment:
- PORT=${PORT:-3000} - PORT=${PORT:-3000}
ports: ports:
- "${PORT:-3000}:${PORT:-3000}" - "${PORT:-3000}:3000"
volumes: volumes:
- ./data:/app/data - ./data:/app/data
restart: unless-stopped restart: unless-stopped