Files
dockerserver/olivetin/compose.yml
T

22 lines
403 B
YAML

version: '3'
services:
olivetin:
container_name: olivetin
image: jamesread/olivetin:latest
user: root
network:
- reverse-proxy
ports:
- 1337:1337
restart: always
volumes:
- ./config:/config
- /var/run/docker.sock:/var/run/docker.sock
- /home/akanealw/scripts:/scripts:ro
networks:
reverse-proxy:
name: reverse-proxy
external: true