fix docker image domain for miniflux postgres
This commit is contained in:
parent
1cb31f7372
commit
841edd8bb6
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
||||||
'("ADMIN_PASSWORD" . "982#@2gGGHjf"))))
|
'("ADMIN_PASSWORD" . "982#@2gGGHjf"))))
|
||||||
|
|
||||||
(oci-container-configuration
|
(oci-container-configuration
|
||||||
(image "postgres:17-alpine")
|
(image "docker.io/postgres:17-alpine")
|
||||||
(provision "miniflux-db")
|
(provision "miniflux-db")
|
||||||
(network "sandbox")
|
(network "sandbox")
|
||||||
(ports '(
|
(ports '(
|
||||||
|
|
|
||||||
Reference in a new issue