mirror of
https://github.com/Cametendo/devil-fruit-encyclopedia.git
synced 2026-03-17 23:00:20 +01:00
Add docker-compose configuration for nginx service
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
services:
|
||||||
|
devil-fruit-encyclopedia:
|
||||||
|
image: nginx:alpine
|
||||||
|
container_name: devil-fruit-encyclopedia
|
||||||
|
restart: unless-stopped
|
||||||
|
expose:
|
||||||
|
- "80"
|
||||||
|
volumes:
|
||||||
|
- ./data:/usr/share/nginx/html:ro
|
||||||
Reference in New Issue
Block a user