photohub/docker-compose.yml
2025-04-23 20:49:28 +02:00

10 lines
186 B
YAML

version: "3.8"
services:
my-pictures:
image: nginx
volumes:
- ./test_out:/usr/share/nginx/html
- ./config:/etc/nginx/conf.d/
ports:
- 8089:80
networks: {}