blessing-skin-server/docker-compose.yml

22 lines
410 B
YAML
Raw Permalink Normal View History

version: "3.7"
services:
blessing-skin:
image: blessing-skin:latest
container_name: blessing-skin
restart: always
ports:
- 8013:80
environment:
- TZ=Asia/Shanghai
volumes:
- blessing-skin-storage:/app/storage
volumes:
blessing-skin-storage:
name: blessing-skin-storage
driver: local
driver_opts:
o: bind
type: none
device: ./storage