Update docker-compose
All checks were successful
build docker image / docker-build (push) Successful in 56s

This commit is contained in:
2025-02-04 14:43:24 +02:00
parent 3db3802cb2
commit 10f890012a

View File

@ -7,7 +7,7 @@ services:
- 5000:5000 - 5000:5000
volumes: volumes:
- ./app/conf.json:/app/conf/conf.json - ./app/conf.json:/app/conf/conf.json
- ./app/runners/:/app/conf/runners - ./app/runners:/app/conf/runners
- ./app/scripts:/app/conf/scripts - ./app/scripts:/app/conf/scripts
image: gitea.stuzer.link/stuzer05/docker-script-server:latest image: gitea.stuzer.link/stuzer05/docker-script-server:latest
container_name: script-server container_name: script-server