Skip to content

Commit

Permalink
chore: update volume persistence path for docker and podman user (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo authored Oct 10, 2023
1 parent 632e100 commit e0d1635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/docker/docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
ports:
- 8888:8888
volumes:
- 'podman_data:/var/lib/containers/storage'
- 'podman_data:/home/podman/.local/share/containers/storage'

eda-ui:
image: "${EDA_UI_IMAGE:-quay.io/ansible/eda-ui:main}"
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/docker-compose-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
ports:
- 8888:8888
volumes:
- 'podman_data:/var/lib/containers/storage'
- 'podman_data:/home/podman/.local/share/containers/storage'

eda-ui:
image: "${EDA_UI_IMAGE:-quay.io/ansible/eda-ui:main}"
Expand Down

0 comments on commit e0d1635

Please sign in to comment.