webcompile/compose.yml

8 lines
176 B
YAML
Raw Normal View History

2022-11-10 00:12:34 +05:30
services:
website:
container_name: website
image: realprojectsegfault/website
restart: always
#build: .
ports:
2022-12-27 20:58:47 +05:30
- "80:80"