Skip to content

Commit 1083d78

Browse files
committed
Ensure docker-compose.yml works with Podman Compose
Resolves the following error: Error: short-name "postgres:15.5" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"
1 parent fc1ae23 commit 1083d78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:15.5
3+
image: docker.io/postgres:15.5
44
volumes:
55
- postgres-data:/var/lib/postgresql/data
66
environment:

0 commit comments

Comments
 (0)