Make museum data directory read/write
All checks were successful
Deploy / Deploy (push) Successful in 18s
All checks were successful
Deploy / Deploy (push) Successful in 18s
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
- ./museum.yaml:/museum.yaml:ro
|
- ./museum.yaml:/museum.yaml:ro
|
||||||
- /mnt/ente_1/museum_data:/data:ro
|
- /mnt/ente_1/museum_data:/data:rw
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080/ping"]
|
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080/ping"]
|
||||||
interval: 60s
|
interval: 60s
|
||||||
|
|||||||
Reference in New Issue
Block a user