Skip to content

Commit 2d7ad00

Browse files
committed
feat: use explicite image hub URL in compose.yml (#89)
This makes it work with podman in addition to docker.
1 parent 1d4f698 commit 2d7ad00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mariadb:
3-
image: mariadb:11
3+
image: docker.io/mariadb:11
44
container_name: flareon-mariadb
55
environment:
66
MARIADB_DATABASE: mysql
@@ -11,7 +11,7 @@ services:
1111
- "3306:3306"
1212

1313
postgres:
14-
image: postgres:17-alpine
14+
image: docker.io/postgres:17-alpine
1515
container_name: flareon-postgres
1616
environment:
1717
POSTGRES_USER: flareon

0 commit comments

Comments
 (0)