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:
|
||||
battlesnake:
|
||||
image: daniel156161/battlesnake
|
||||
@@ -7,7 +5,7 @@ services:
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ${DOCKER_DATA_PATH}:/app/data
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user