Files
colorful-link/docker-compose.yml
azalea 7ca1cc1585
Vite Deploy / Build (push) Has been cancelled
[F] Fix restart
2024-12-23 17:26:46 -05:00

11 lines
178 B
YAML

name: Colorful Link
services:
slither:
build: .
container_name: slither
ports:
- 51562:51562
volumes:
- ./server/data:/app/data
restart: always