Initial commit
This commit is contained in:
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
gopher:
|
||||
image: joshkaiju/gophernicus:v1
|
||||
ports:
|
||||
- "70:70"
|
||||
volumes:
|
||||
- ./gopher_content:/var/gopher
|
Reference in New Issue
Block a user