remove depricated version tag and use .env for container mount path
Build and Push Docker Container / build-and-push (push) Failing after 10m8s
Build and Push Docker Container / build-and-push (push) Failing after 10m8s
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
|||||||
version: '3.3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
battlesnake:
|
battlesnake:
|
||||||
image: daniel156161/battlesnake
|
image: daniel156161/battlesnake
|
||||||
@@ -7,7 +5,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ${DOCKER_DATA_PATH}:/app/data
|
||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user