We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859bc2d commit cc91a26Copy full SHA for cc91a26
1 file changed
docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
env_file:
15
- .env
16
volumes:
17
- - gateway-data:/var/lib/fula-gateway
+ - /opt/fula-api/data/fula-gateway:/var/lib/fula-gateway
18
network_mode: host
19
restart: unless-stopped
20
healthcheck:
@@ -89,7 +89,6 @@ networks:
89
# Volumes
90
# ============================================
91
92
- gateway-data:
93
redis-data:
94
prometheus-data:
95
grafana-data:
0 commit comments