exp: change version
This commit is contained in:
parent
5cb23dc561
commit
fa06a8782f
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
FROM ghcr.io/bra1l0r/hopper-rs
|
||||
|
||||
COPY config.toml config.toml
|
||||
COPY config.toml Config.toml
|
||||
|
|
|
@ -53,7 +53,7 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
rabbitmq:
|
||||
image: rabbitmq:management
|
||||
image: rabbitmq:3-management
|
||||
hostname: rabbitmq
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=mq.neo.ixvd.net
|
||||
|
|
Reference in a new issue