Skip to content

Commit 01204ca

Browse files
committed
fix: correct volume indentation and update environment variables in docker-compose.yml
1 parent 947df99 commit 01204ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,8 @@ services:
193193

194194
# Enable redirection for HTTP and HTTPS
195195
- traefik.http.routers.${STACK_NAME?Variable not set}-frontend-nextjs-http.middlewares=https-redirect
196-
197196
volumes:
198-
- app-db-data:
197+
app-db-data:
199198

200199
networks:
201200
traefik-public:

0 commit comments

Comments
 (0)