Updated versions for docker files

This commit is contained in:
2022-07-19 20:31:42 +02:00
parent 8a318638ed
commit 74497faa6a
4 changed files with 40 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ services:
# To build from source, replace 'image: lissy93/dashy' with 'build: .'
# build: .
image: lissy93/dashy
container_name: Dashy
container_name: dashy
# Pass in your config file below, by specifying the path on your host machine
# volumes:
# - /root/my-config.yml:/app/public/conf.yml
@@ -25,4 +25,10 @@ services:
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
start_period: 40s
networks:
- nginx_network
networks:
nginx_network:
driver: bridge