1
0
mirror of https://github.com/tiyn/stud.ip-crawler.git synced 2025-04-03 16:37:48 +02:00

docker: fixed error in docker-compose.yml template

the username of my dockerhub account was misspelled
This commit is contained in:
Marten 2020-11-10 09:13:12 +01:00 committed by GitHub
parent 5d5d048790
commit bd4c9ab497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
version: "3.1"
services:
studip:
image: tiyn/studip-crawler
image: tiynger/studip-crawler
restart: unless-stopped
environment:
USER: 'user'