Browse Source

ci: fix docker image path

Signed-off-by: rare-magma <rare-magma@posteo.eu>
pull/3614/head
rare-magma 1 year ago
parent
commit
990cbccdeb
Failed to extract signature
  1. 10
      docker/docker-compose.yml

10
docker/docker-compose.yml

@ -1,6 +1,6 @@
services:
ghostfolio:
image: docker.io/ghostfolio/ghostfolio/ghostfolio:latest
image: docker.io/ghostfolio/ghostfolio:latest
init: true
read_only: true
cap_drop:
@ -64,10 +64,10 @@ services:
redis:
image: docker.io/library/redis:alpine
cap_drop:
- ALL
cap_add:
- DAC_OVERRIDE
# cap_drop:
# - ALL
# cap_add:
# - DAC_OVERRIDE
security_opt:
- no-new-privileges:true
# uncomment to set resource usage limits

Loading…
Cancel
Save