Skip to content

Commit

Permalink
fix(ci): remove port binding in docker-compose (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Izquierdo authored Oct 11, 2023
1 parent 77d8aab commit b60cff8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tools/docker/docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ services:
privileged: true
command: >-
chown -R podman /home/podman/.local/share/containers/storage
ports:
- 8888:8888
volumes:
- 'podman_data:/home/podman/.local/share/containers/storage'

Expand Down
2 changes: 0 additions & 2 deletions tools/docker/docker-compose-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ services:
privileged: true
command: >-
chown -R podman /home/podman/.local/share/containers/storage
ports:
- 8888:8888
volumes:
- 'podman_data:/home/podman/.local/share/containers/storage'

Expand Down

0 comments on commit b60cff8

Please sign in to comment.