feat(portainer): map data volume to host
This commit is contained in:
parent
716496073d
commit
f3ada68c84
2
deploy/compose/.gitignore
vendored
Normal file
2
deploy/compose/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
portainer_data/*
|
||||||
|
!portainer_data/.gitkeep
|
||||||
|
|
@ -179,6 +179,7 @@ services:
|
||||||
profiles: [portainer]
|
profiles: [portainer]
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- ./portainer_data:/data
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
usp_network:
|
usp_network:
|
||||||
|
|
|
||||||
0
deploy/compose/portainer_data/.gitkeep
Normal file
0
deploy/compose/portainer_data/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user