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