1
0
mirror of https://github.com/tiyn/stud.ip-crawler.git synced 2025-04-04 08:57:46 +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" version: "3.1"
services: services:
studip: studip:
image: tiyn/studip-crawler image: tiynger/studip-crawler
restart: unless-stopped restart: unless-stopped
environment: environment:
USER: 'user' USER: 'user'