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