blessing-skin-server/docker-compose.yml
zhangyuheng 0922d57976 modified: Dockerfile
new file:   docker-compose.yml
	new file:   run_in_docker.md
2023-12-04 10:59:32 +08:00

22 lines
410 B
YAML

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