fix: Update container files to point to new docker hub account
This commit is contained in:
parent
f4ef1e319e
commit
a24700f98f
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
version: '3'
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
notatio:
|
notatio:
|
||||||
image: notatio/notatio
|
image: musselman01/notatio
|
||||||
container_name: notatio
|
container_name: notatio
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|
|
@ -10,7 +10,7 @@ AutoUpdate=registry
|
||||||
ContainerName=notatio
|
ContainerName=notatio
|
||||||
EnvironmentFile=.env
|
EnvironmentFile=.env
|
||||||
Exec=./wait-for-postgres.sh postgres '${PGPORT}' ./notatio
|
Exec=./wait-for-postgres.sh postgres '${PGPORT}' ./notatio
|
||||||
Image=docker.io/notatio/notatio
|
Image=docker.io/musselman01/notatio
|
||||||
Network=notatio.network
|
Network=notatio.network
|
||||||
PublishPort=9991:9991
|
PublishPort=9991:9991
|
||||||
Volume=./notatio_uploads:/uploads:Z
|
Volume=./notatio_uploads:/uploads:Z
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue