docker: specify port in the compose file

This commit is contained in:
He4eT 2025-05-29 23:19:28 +02:00
commit ca9f9e82cf

View file

@ -8,4 +8,6 @@ services:
- ./data/uploads:/app/public/uploads
env_file:
- .env
environment:
- PORT=1337 │
restart: unless-stopped