docker: fixed error in docker-compose.yml template

the username of my dockerhub account was misspelled
master
Marten 4 years ago committed by GitHub
parent 5d5d048790
commit bd4c9ab497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save