Update arm/docker-compose.yml

This commit is contained in:
Matt Reeves 2024-05-25 19:56:03 +00:00
parent 8d7dc7d328
commit 5c5ca205f7

View file

@ -128,6 +128,8 @@ services:
- 8989:80 - 8989:80
volumes: volumes:
- /home/ubuntu/vw-data/:/data - /home/ubuntu/vw-data/:/data
environment:
- DOMAIN=$VWDOMAIN
restart: unless-stopped restart: unless-stopped