kasperhermansen-blog/docker-compose.prod.yaml
kjuulh 697114a448
All checks were successful
continuous-integration/drone/push Build is passing
without http
2022-05-22 23:11:10 +02:00

8 lines
155 B
YAML

services:
kasperhermansen_blog:
image: kasperhermansen/kasperhermansen-blog:latest
restart: always
ports:
- 15000:80
- 15001:443