Commit f21c0308a0ef7585b6e0444bf8b4606aa1c42419
1 parent
35f613b81a
Exists in
master
and in
2 other branches
Fix indentation
Showing 1 changed file with 1 additions and 1 deletions
docker-compose-hetzner.yml
View file @
f21c030
... | ... | @@ -167,7 +167,7 @@ |
167 | 167 | |
168 | 168 | #Persistence |
169 | 169 | timescaledb: |
170 | - image: registry.curex-project.eu:443/curex-local/kea_timescaledb:latest | |
170 | + image: registry.curex-project.eu:443/curex-local/kea_timescaledb:latest | |
171 | 171 | container_name: kea_timescaledb |
172 | 172 | volumes: |
173 | 173 | - timescaledb_volume:/var/lib/postgresql/data |