Fixed docker-compose
This commit is contained in:
parent
b45f3cfc93
commit
0c591cbe2f
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
services:
|
||||
app:
|
||||
container_name: pepebot_server
|
||||
image: dutchellie/pepebot
|
||||
image: dutchellie.nl/dutchellie/pepebot
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
|
Loading…
Reference in New Issue