Update docker-compose.yaml

This commit is contained in:
Xboard 2023-11-15 23:38:51 +08:00 committed by GitHub
parent b1b57fe670
commit cd5beafc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
version: '3' version: '3'
services: services:
xboard: xboard:
image: ghcr.io/cedar2025/xboard:v1.0.0 image: ghcr.io/cedar2025/xboard:latest
volumes: volumes:
- ./.env:/www/.env - ./.env:/www/.env
- ./.docker/.data/:/www/.docker/.data/ - ./.docker/.data/:/www/.docker/.data/
network_mode: host network_mode: host