Small fix for dev docker-compose file.

This commit is contained in:
Buster "Silver Eagle" Neece 2019-08-29 11:04:00 -05:00
parent f72f0edb94
commit 8e47c0409a
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ services:
- '${AZURACAST_HTTPS_PORT:-443}:443'
volumes:
- letsencrypt:/etc/nginx/certs
- nginx_proxy_vhosts:/etc/nginx/vhost.d
- letsencrypt_html:/usr/share/nginx/html
- /var/run/docker.sock:/tmp/docker.sock:ro
depends_on:
@ -140,6 +139,7 @@ services:
volumes:
letsencrypt: {}
letsencrypt_html: {}
db_data: {}
influx_data: {}
station_data: {}