diff --git a/compose.yaml b/compose.yaml index 9bde99b..485b74d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,9 +19,11 @@ services: - ./stack/data/redis:/data app: - build: . + image: dkr.zhangshuocauc.cn/library/dash restart: unless-stopped hostname: dash + ports: + - "8967:8080" volumes: - ./stack/data/app:/var/www/html:z environment: @@ -31,7 +33,7 @@ services: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro env_file: - - db.env + - mysql.env depends_on: - mysql - redis \ No newline at end of file