Some checks failed
Docker Build & Publish / build (push) Failing after 1h24m16s
10 lines
172 B
YAML
10 lines
172 B
YAML
services:
|
|
anthracite-web:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- type: bind
|
|
source: ./default_www/docker_compose/
|
|
target: /www
|