Update install methods

This commit is contained in:
BrokenFire 2018-01-12 23:59:12 +01:00
parent 1860227814
commit 41de929d35

View File

@ -10,7 +10,7 @@
>
> services:
> botdiscord:
> image: brokenfire/brokendiscordbot
> image: brokenfire/brokendiscordbot:latest
> networks:
> - proxy
> environment:
@ -21,8 +21,8 @@
> - "traefik.port=8080"
> - "traefik.backend=botdiscord"
> - "traefik.frontend.entryPoints=http,https"
> #volumes:
> # - "/var/run/docker.sock:/var/run/docker.sock"
> volumes:
> - "./logs:/bot_src/logs"
> restart: always
>
> networks:
@ -30,3 +30,4 @@
> external: true
> ```
> Docker hub [repo](https://hub.docker.com/r/brokenfire/brokendiscordbot/)