pontus/docker-compose.yml

9 lines
190 B
YAML
Raw Permalink Normal View History

services:
pontus-web:
2025-01-26 02:20:58 -05:00
image: nginx
restart: always
ports:
2025-01-26 02:20:58 -05:00
- 2280:80
volumes:
- ./default.conf:/etc/nginx/conf.d/default.conf
- ./src:/usr/share/nginx/html