1
0
404/compose.yml
2024-05-21 13:18:56 +09:00

8 lines
130 B
YAML

services:
site:
image: starefossen/github-pages:latest
volumes:
- ./app:/usr/src/app
ports:
- 4000:4000