diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 468a39d..edab84f 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -20,9 +20,9 @@ services: build: . image: home-automation:dev container_name: home-automation-app-dev - # Publish on 8001 for dev. `!override` REPLACES the base ports list instead of + # Publish on 8002 for dev. `!override` REPLACES the base ports list instead of # appending to it, so the dev stack does NOT also bind the production 8881. ports: !override - - "127.0.0.1:8001:8000" + - "127.0.0.1:8002:8000" environment: APP_DATABASE_URL: "sqlite:////app/data/app.db"