fix docker compose signal volume

This commit is contained in:
Mikhail Bragin 2021-09-12 09:08:55 +03:00 committed by GitHub
parent 528a26ea3e
commit b97a2251d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@ services:
image: wiretrustee/signal:latest image: wiretrustee/signal:latest
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- wiretrustee-mgmt:/var/lib/wiretrustee - wiretrustee-signal:/var/lib/wiretrustee
- /varl/log/wiretrustee/signal.log:/var/log/wiretrustee/signal.log # - /var/log/wiretrustee/signal.log:/var/log/wiretrustee/signal.log
ports: ports:
- 10000:10000 - 10000:10000
# # port and command for Let's Encrypt validation # # port and command for Let's Encrypt validation