Add grav-popcyclical/docker-compose.yml
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
grav:
|
||||
image: lscr.io/linuxserver/grav:latest
|
||||
container_name: grav-ksc
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /srv/grav-popcyclical:/config
|
||||
ports:
|
||||
- 2229:80
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
name: npm-network
|
||||
Reference in New Issue
Block a user