[ADD] Missing colon

This commit is contained in:
Peter Pfeufer 2024-04-07 15:58:35 +02:00
parent 98f0d77f3f
commit ff3096b106
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -67,7 +67,7 @@ Add the following to your `docker-compose.yml` under the `services:` section
max-file: "5" max-file: "5"
mumble-authenticator: mumble-authenticator:
build build:
context: . context: .
dockerfile: ./mumble-authenticator/Dockerfile dockerfile: ./mumble-authenticator/Dockerfile
restart: always restart: always