Files
GDS_Game_Development_Site/docker-compose.yml
2023-03-13 14:28:23 +01:00

8 lines
121 B
YAML

services:
web:
image: nginx-gds
build: ./
volumes:
- ./games:/srv/http/games
ports:
- "6080:80"