webcompile/docker-compose.yml

11 lines
249 B
YAML
Raw Normal View History

2022-11-10 00:12:34 +05:30
version: "3.9"
services:
website:
container_name: website
image: realprojectsegfault/website
restart: always
#build: .
ports:
- "80:80"
volumes:
- "./data:/usr/src/app/data"