Browse Source

Update docker-compose.yml to version 3.9

There is an issue with depends_on and version 3.7
pull/2299/head
longstone 2 years ago
committed by GitHub
parent
commit
15b70c93bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker/docker-compose.yml

2
docker/docker-compose.yml

@ -1,4 +1,4 @@
version: '3.7' version: '3.9'
services: services:
ghostfolio: ghostfolio:
image: ghostfolio/ghostfolio:latest image: ghostfolio/ghostfolio:latest

Loading…
Cancel
Save