mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
12 lines
232 B
YAML
12 lines
232 B
YAML
|
version: "3.8"
|
||
|
services:
|
||
|
outline-ss-server:
|
||
|
image: vimagick/outline-ss-server
|
||
|
ports:
|
||
|
- "8388:8388/tcp"
|
||
|
- "8388:8388/udp"
|
||
|
- "9092:9092/tcp"
|
||
|
volumes:
|
||
|
- ./data:/app/etc
|
||
|
restart: unless-stopped
|