Skip to content

Commit

Permalink
fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinkler committed Sep 4, 2024
1 parent 68389ed commit 1d7c910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ services:
environment:
- TZ=Europe/Berlin
volumes:
- /astrolive/backyard.cfg.yaml:/usr/src/app/astrolive/default.cfg.yaml
- /astrolive/backyard.cfg.yaml:/app/astrolive/default.cfg.yaml
- /fits:/fits:ro
restart: always
```
Expand Down Expand Up @@ -378,7 +378,7 @@ services:
environment:
- TZ=Europe/Berlin
volumes:
- /astrolive/backyard.cfg.yaml:/usr/src/app/astrolive/default.cfg.yaml
- /astrolive/backyard.cfg.yaml:/app/astrolive/default.cfg.yaml
- /fits:/fits:ro
- /certs:/certs:ro
restart: always
Expand Down

0 comments on commit 1d7c910

Please sign in to comment.