File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ services:
26
26
# IMPORTANT: Persists WireGuard private key and other data. If
27
27
# /var/firezone/private_key exists when Firezone starts, it is
28
28
# used as the WireGuard private. Otherwise, one is generated.
29
- - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/firezone:/var/firezone
29
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/firezone/data :/var/firezone
30
30
cap_add :
31
31
# Needed for WireGuard and firewall support.
32
32
- NET_ADMIN
@@ -55,7 +55,7 @@ services:
55
55
image : postgres:15
56
56
container_name : firezone-db
57
57
volumes :
58
- - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/postgres-data :/var/lib/postgresql/data
58
+ - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/firezone/db :/var/lib/postgresql/data
59
59
environment :
60
60
POSTGRES_DB : ${DATABASE_NAME:-firezone}
61
61
POSTGRES_USER : ${DATABASE_USER:-postgres}
You can’t perform that action at this time.
0 commit comments