mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-09 17:42:02 +05:30
11 lines
249 B
YAML
11 lines
249 B
YAML
version: "3.9"
|
|
services:
|
|
website:
|
|
container_name: website
|
|
image: realprojectsegfault/website
|
|
restart: always
|
|
#build: .
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- "./data:/usr/src/app/data" |