mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
22 lines
375 B
YAML
22 lines
375 B
YAML
# https://github.com/OliveTin/OliveTin
|
|
|
|
# safe and simple access to predefined shell commands from a web interface
|
|
|
|
name: olivetin
|
|
|
|
services:
|
|
olivetin:
|
|
container_name: olivetin
|
|
image: jamesread/olivetin
|
|
volumes:
|
|
- ./config:/config
|
|
ports:
|
|
- 1337:1337
|
|
restart: unless-stopped
|
|
networks:
|
|
- proxy
|
|
|
|
networks:
|
|
proxy:
|
|
external: true
|