fix container names
fix bug in mastodon environmental file path
This commit is contained in:
parent
fe64dd1f82
commit
ace3a9ac83
7 changed files with 138 additions and 132 deletions
|
@ -8,6 +8,7 @@ services:
|
|||
reverse-proxy:
|
||||
restart: always
|
||||
image: traefik:v2.9
|
||||
container_name: traefik
|
||||
command:
|
||||
- "--providers.docker"
|
||||
- "--entrypoints.web.address=:80"
|
||||
|
|
Reference in a new issue