diff --git a/docker-compose.yml b/docker-compose.yml index 89e3a86..cfd611f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: # - NEXT_PUBLIC_BASE_PATH=/nextaidrawio ports: ["3000:3000"] env_file: .env - environment: - # For subdirectory deployment, uncomment and set your path: - # NEXT_PUBLIC_BASE_PATH: /nextaidrawio + # environment: + # # For subdirectory deployment, uncomment and set your path: + # NEXT_PUBLIC_BASE_PATH: /nextaidrawio depends_on: [drawio]