diff options
| author | Fuwn <[email protected]> | 2026-02-26 17:05:01 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-26 17:05:01 -0800 |
| commit | 0c8b7e10529fa8f9f677370423bf7d0b1fc9edcd (patch) | |
| tree | b325d1c4961c5e7732da4be0943007085c182a67 | |
| parent | chore: harden docker compose for production deployment (diff) | |
| download | plutia-test-0c8b7e10529fa8f9f677370423bf7d0b1fc9edcd.tar.xz plutia-test-0c8b7e10529fa8f9f677370423bf7d0b1fc9edcd.zip | |
fix: use non-prefixed semver docker image tag
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 9780db6..58ebc1b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: plutia: - image: ghcr.io/fuwn/plutia:v0.1.0 + image: ghcr.io/fuwn/plutia:0.1.0 command: ["plutia", "serve", "--config=/etc/plutia/config.yaml"] user: "${PLUTIA_USER:-1000:1000}" init: true |