12 lines
200 B
YAML
12 lines
200 B
YAML
---
|
|
services:
|
|
website:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: acidarchon.com
|
|
container_name: acidarchon.com
|
|
ports:
|
|
- 8088:8088
|
|
restart: unless-stopped
|