diff --git a/compose.yaml b/compose.yaml index 278c310..ffdb164 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,7 @@ services: restart: unless-stopped container_name: homepage ports: - - 3000:3000 + - ${COMPOSE_PORT_HTTP:-3000}:3000 volumes: - config:/app/config - icons:/app/public/icons