Skip to content

Commit cc91a26

Browse files
committed
persist cid to disk
1 parent 859bc2d commit cc91a26

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
env_file:
1515
- .env
1616
volumes:
17-
- gateway-data:/var/lib/fula-gateway
17+
- /opt/fula-api/data/fula-gateway:/var/lib/fula-gateway
1818
network_mode: host
1919
restart: unless-stopped
2020
healthcheck:
@@ -89,7 +89,6 @@ networks:
8989
# Volumes
9090
# ============================================
9191
volumes:
92-
gateway-data:
9392
redis-data:
9493
prometheus-data:
9594
grafana-data:

0 commit comments

Comments
 (0)