mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 08:34:13 +01:00
10 lines
192 B
YAML
10 lines
192 B
YAML
version: '3'
|
|
|
|
services:
|
|
home:
|
|
image: nginx:alpine
|
|
ports:
|
|
- 3000:80
|
|
volumes:
|
|
- ./public:/usr/share/nginx/html:ro
|
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro |