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
|
Description=Aode ActivityPub Relay
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
Image=registry.hub.docker.com/asonix/relay:latest
|
Image=docker.io/asonix/relay:latest
|
||||||
ContainerName=aode-relay
|
ContainerName=aode-relay
|
||||||
EnvironmentFile=/etc/containers/systemd/aode/.env.secrets
|
EnvironmentFile=/etc/containers/systemd/aode/.env.secrets
|
||||||
EnvironmentFile=/etc/containers/systemd/aode/.env
|
EnvironmentFile=/etc/containers/systemd/aode/.env
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
Description=copyparty
|
Description=copyparty
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
Image=registry.hub.docker.com/copyparty/ac:latest
|
Image=docker.io/copyparty/ac:latest
|
||||||
ContainerName=copyparty
|
ContainerName=copyparty
|
||||||
Environment=LD_PRELOAD=/usr/lib/libmimalloc-secure.so
|
Environment=LD_PRELOAD=/usr/lib/libmimalloc-secure.so
|
||||||
Environment=PYTHONUNBUFFERED=1
|
Environment=PYTHONUNBUFFERED=1
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
Description=I2PD Daemon
|
Description=I2PD Daemon
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
Image=registry.hub.docker.com/justinhimself/i2pd:latest
|
Image=docker.io/justinhimself/i2pd:latest
|
||||||
ContainerName=i2pd
|
ContainerName=i2pd
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
Network=host
|
Network=host
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
Description=Mastodon DarkHTTPD Static Server
|
Description=Mastodon DarkHTTPD Static Server
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
Image=registry.hub.docker.com/p3terx/darkhttpd
|
Image=docker.io/p3terx/darkhttpd
|
||||||
ContainerName=mastodon-darkhttpd
|
ContainerName=mastodon-darkhttpd
|
||||||
Exec=/mastodon/public/system
|
Exec=/mastodon/public/system
|
||||||
PublishPort=127.0.0.1:42261:80
|
PublishPort=127.0.0.1:42261:80
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
Description=PostgreSQL Database
|
Description=PostgreSQL Database
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
Image=registry.hub.docker.com/groonga/pgroonga:latest-alpine-18
|
Image=docker.io/groonga/pgroonga:latest-alpine-18
|
||||||
ContainerName=postgresql
|
ContainerName=postgresql
|
||||||
EnvironmentFile=/etc/containers/systemd/postgresql/.env
|
EnvironmentFile=/etc/containers/systemd/postgresql/.env
|
||||||
Network=postgresql.network
|
Network=postgresql.network
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue