diff options
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.yml b/compose.yml index 8a8c6fe..a87243c 100644 --- a/compose.yml +++ b/compose.yml @@ -74,7 +74,7 @@ services: environment: DOMAIN: "https://pwd.joeac.net" volumes: - - ./vaultwarden/vw-data/:/data/ + - ${VAULTWARDEN_DATA_DIR}:/data/ ports: - "${VAULTWARDEN_PORT}:80" |
