aidxnFUNretro/docker-compose.yml

9 lines
190 B
YAML
Raw Permalink Normal View History

services:
pontus-web:
image: nginx
restart: always
ports:
- 2281:80
volumes:
- ./default.conf:/etc/nginx/conf.d/default.conf
- ./src:/usr/share/nginx/html