feat(portainer): map data volume to host

This commit is contained in:
leandrofars 2024-04-02 06:31:23 -03:00
parent 716496073d
commit f3ada68c84
3 changed files with 3 additions and 0 deletions

2
deploy/compose/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
portainer_data/*
!portainer_data/.gitkeep

View File

@ -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:

View File