From a24700f98f931ed8f8c57a5d0b1254ef4f09b8e4 Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 5 Mar 2025 23:35:30 -0600 Subject: [PATCH] fix: Update container files to point to new docker hub account --- docker-compose.yaml | 6 +++--- quadlets/notatio.container | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c970727..58b8628 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,8 +1,8 @@ -version: '3' +version: "3" services: notatio: - image: notatio/notatio + image: musselman01/notatio container_name: notatio env_file: - .env @@ -11,7 +11,7 @@ services: - ./editor_templates:/editor_templates ports: - "9991:9991" - command: ["./wait-for-postgres.sh", "postgres", "${PGPORT}", "./notatio"] + command: ["./wait-for-postgres.sh", "postgres", "${PGPORT}", "./notatio"] depends_on: - postgres networks: diff --git a/quadlets/notatio.container b/quadlets/notatio.container index 01d85f4..122bfce 100644 --- a/quadlets/notatio.container +++ b/quadlets/notatio.container @@ -10,7 +10,7 @@ AutoUpdate=registry ContainerName=notatio EnvironmentFile=.env Exec=./wait-for-postgres.sh postgres '${PGPORT}' ./notatio -Image=docker.io/notatio/notatio +Image=docker.io/musselman01/notatio Network=notatio.network PublishPort=9991:9991 Volume=./notatio_uploads:/uploads:Z