1
Fork 0
slides/docker-compose.yml

12 lines
175 B
YAML
Raw Permalink Normal View History

2024-03-03 17:45:52 +00:00
version: "2.3"
services:
slides:
build:
context: .
volumes:
- ".:/srv"
2024-06-08 15:15:44 +01:00
- "./nginx.conf:/etc/nginx/http.d/default.conf"
2024-03-03 17:45:52 +00:00
ports:
- "80:80"