use docker.io instead of full hostname
This commit is contained in:
parent
af02ad3f7d
commit
c8324f0922
5 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Description=Aode ActivityPub Relay
|
||||
|
||||
[Container]
|
||||
Image=registry.hub.docker.com/asonix/relay:latest
|
||||
Image=docker.io/asonix/relay:latest
|
||||
ContainerName=aode-relay
|
||||
EnvironmentFile=/etc/containers/systemd/aode/.env.secrets
|
||||
EnvironmentFile=/etc/containers/systemd/aode/.env
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Description=copyparty
|
||||
|
||||
[Container]
|
||||
Image=registry.hub.docker.com/copyparty/ac:latest
|
||||
Image=docker.io/copyparty/ac:latest
|
||||
ContainerName=copyparty
|
||||
Environment=LD_PRELOAD=/usr/lib/libmimalloc-secure.so
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Description=I2PD Daemon
|
||||
|
||||
[Container]
|
||||
Image=registry.hub.docker.com/justinhimself/i2pd:latest
|
||||
Image=docker.io/justinhimself/i2pd:latest
|
||||
ContainerName=i2pd
|
||||
AutoUpdate=registry
|
||||
Network=host
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Description=Mastodon DarkHTTPD Static Server
|
||||
|
||||
[Container]
|
||||
Image=registry.hub.docker.com/p3terx/darkhttpd
|
||||
Image=docker.io/p3terx/darkhttpd
|
||||
ContainerName=mastodon-darkhttpd
|
||||
Exec=/mastodon/public/system
|
||||
PublishPort=127.0.0.1:42261:80
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Description=PostgreSQL Database
|
||||
|
||||
[Container]
|
||||
Image=registry.hub.docker.com/groonga/pgroonga:latest-alpine-18
|
||||
Image=docker.io/groonga/pgroonga:latest-alpine-18
|
||||
ContainerName=postgresql
|
||||
EnvironmentFile=/etc/containers/systemd/postgresql/.env
|
||||
Network=postgresql.network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue