mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 08:34:13 +01:00
11 lines
213 B
YAML
11 lines
213 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
home:
|
|
image: cupcakearmy/static
|
|
restart: always
|
|
ports:
|
|
- 3000:80
|
|
volumes:
|
|
- ./nginx.conf:/usr/local/nginx/conf/sites/default.conf:ro
|
|
- ./public:/srv:ro |