mirror of
https://github.com/Opvolger/Opvolger.git
synced 2025-04-19 03:24:58 -04:00
9 lines
No EOL
157 B
YAML
9 lines
No EOL
157 B
YAML
version: "3"
|
|
|
|
services:
|
|
client:
|
|
image: nginx
|
|
ports:
|
|
- 8000:80
|
|
volumes:
|
|
- ../website:/usr/share/nginx/html |