Update docker-compose.example.yml to point to GHCR

This commit is contained in:
2024-05-01 17:38:58 +02:00
committed by GitHub
parent 1c0c3845e0
commit e73eb7acc9

View File

@@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
yapp: yapp:
# image: gitlab.fit.cvut.cz:5050/usatiste/tjv-semestralka:master # image: ghcr.io/usatiuk/y:main
# or # or
build: ./ build: ./
restart: unless-stopped restart: unless-stopped