9 lines
173 B
YAML
9 lines
173 B
YAML
version: '3'
|
|
|
|
services:
|
|
nginx:
|
|
image: nginx
|
|
container_name: art.ag-link.xyz
|
|
restart: unless-stopped
|
|
volumes:
|
|
- dist/website:/usr/share/nginx/html:ro
|