Update install methods
This commit is contained in:
parent
1860227814
commit
41de929d35
@ -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/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user