mirror of
https://github.com/Cametendo/devil-fruit-encyclopedia.git
synced 2026-03-17 23:00:20 +01:00
10 lines
213 B
YAML
10 lines
213 B
YAML
services:
|
|
devil-fruit-encyclopedia:
|
|
image: nginx:alpine
|
|
container_name: devil-fruit-encyclopedia
|
|
restart: unless-stopped
|
|
expose:
|
|
- "80"
|
|
volumes:
|
|
- ./data:/usr/share/nginx/html:ro
|