Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 32b966d

Browse files
author
Manuel Proß
committed
fix(docker): add correct volume names in docker-compose-file
1 parent 3d864b9 commit 32b966d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.development.docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
version: "3"
22
services:
33
web:
4-
container_name: web
4+
container_name: app
55
environment:
66
- CMS_API=http://cms:1337/api
77
build:
88
context: ./web
99
dockerfile: Dockerfile
1010
volumes:
11-
- ./web/src/web:/opt/web/src/web
11+
- ./web/src/app:/opt/app/src/app
1212
ports:
1313
- 3000:3000
1414
networks:

0 commit comments

Comments
 (0)