mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 16:13:03 +03:00
9 lines
170 B
YAML
9 lines
170 B
YAML
version: "3.5"
|
|
services:
|
|
sqrtminusone.xyz:
|
|
restart: unless-stopped
|
|
container_name: "sqrtminusone.xyz"
|
|
build: .
|
|
ports:
|
|
- 8080:80
|
|
- 8081:8000
|