Skip to content

Commit

Permalink
Merge pull request #36 from kianmeng/ensure-docker-works-with-podman-…
Browse files Browse the repository at this point in the history
…compose

Ensure docker-compose.yml works with Podman Compose
  • Loading branch information
jamilbk authored Aug 1, 2024
2 parents fc1ae23 + 1083d78 commit 2209140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:15.5
image: docker.io/postgres:15.5
volumes:
- postgres-data:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit 2209140

Please sign in to comment.