Correct DOCKERFILE url in docker-compose.yml.
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ version: "3.9"
|
|||||||
services:
|
services:
|
||||||
tng:
|
tng:
|
||||||
build:
|
build:
|
||||||
context: https://gogs.batssoft.nl/Michel/docker-tng/src/master/DOCKERFILE
|
context: https://gogs.batssoft.nl/Michel/docker-tng/raw/master/DOCKERFILE
|
||||||
args:
|
args:
|
||||||
downloadurl: $TNG_DOWNLOADURL
|
downloadurl: $TNG_DOWNLOADURL
|
||||||
container_name: TNG
|
container_name: TNG
|
||||||
|
|||||||
Reference in New Issue
Block a user