Skip to content

Commit f803087

Browse files
committed
Docker: Do not mount home directory of cmsuser as a volume
Mounted ~cmsuser hides CMS installed in the container. If anybody wants to keep persistent data in the dev container (besides the "src" tree), we have to find a different solution.
1 parent db4a3a6 commit f803087

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/docker-compose.dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ services:
1313
environment:
1414
CMS_CONFIG: /home/cmsuser/cms/etc/cms-devdb.toml
1515
volumes:
16-
- "./.dev/home:/home/cmsuser"
1716
- "..:/home/cmsuser/src"
1817
privileged: true
1918
cgroup: host

0 commit comments

Comments
 (0)