barrel: Fix typo for ssh keys

This commit is contained in:
Tom Wiesing 2022-10-12 15:24:52 +02:00
parent f8dd6cb956
commit f1c5d518c2
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ services:
# label it with the current slug # label it with the current slug
labels: labels:
- "eu.wiss-ki.barrel.slug=${SLUG}" - "eu.wiss-ki.barrel.slug=${SLUG}"
- "eu.wiss-ki.barrel.authfile:=/var/www/.ssh/authorized_keys,/var/www/.ssh/global_authorized_keys" - "eu.wiss-ki.barrel.authfile=/var/www/.ssh/authorized_keys,/var/www/.ssh/global_authorized_keys"
- "traefik.enable=True" - "traefik.enable=True"
- "eu.wiss-ki.barrel.distillery=${DOCKER_NETWORK_NAME}" - "eu.wiss-ki.barrel.distillery=${DOCKER_NETWORK_NAME}"