Changed paths for container data on host
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- frontend
|
- frontend
|
||||||
volumes:
|
volumes:
|
||||||
- gitea.vol:/data
|
- ~/.storage/containers/gitea.vol:/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
@@ -35,7 +35,7 @@ services:
|
|||||||
- 6157:6157
|
- 6157:6157
|
||||||
- 2222:2223
|
- 2222:2223
|
||||||
volumes:
|
volumes:
|
||||||
- opengist.vol:/opengist
|
- ~/.storage/containers/opengist.vol:/opengist
|
||||||
- ~/.config/opengist/config.yml:/config.yml
|
- ~/.config/opengist/config.yml:/config.yml
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user