1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-21 19:49:32 +02:00
dockerfiles/outline-ss-server/docker-compose.yml

12 lines
232 B
YAML
Raw Normal View History

2023-06-01 17:41:06 +08:00
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