8 lines
123 B
YAML
8 lines
123 B
YAML
services:
|
|
web:
|
|
build: .
|
|
container_name: chesscubing-web
|
|
ports:
|
|
- "8080:80"
|
|
restart: unless-stopped
|