mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-11 00:56:17 +00:00
added proxy network
updated services in readme updated homepage
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# https://github.com/OliveTin/OliveTin
|
||||
|
||||
# safe and simple access to predefined shell commands from a web interface
|
||||
|
||||
name: olivetin
|
||||
|
||||
services:
|
||||
@@ -8,4 +12,10 @@ services:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 1337:1337
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user