mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
Update image name and appsettings.json volume path in compose file
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
remoteexec-server:
|
remoteexec-server:
|
||||||
image: stonered/remoteexec:latest
|
image: stonered/remoteexec-server:latest
|
||||||
container_name: remoteexec-server
|
container_name: remoteexec-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
- "8080:80"
|
- "8080:80"
|
||||||
volumes:
|
volumes:
|
||||||
# Application configuration (edit the template below then mount here)
|
# Application configuration (edit the template below then mount here)
|
||||||
- ./RemoteExec.Server/appsettings.docker.json:/app/appsettings.json:ro
|
- ./RemoteExec.Server/appsettings.docker.json:/appsettings.json:ro
|
||||||
# Mount docker socket only if you will use Execution.ExecutionEnvironment = "DockerContainer"
|
# Mount docker socket only if you will use Execution.ExecutionEnvironment = "DockerContainer"
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
# Optional: timezone sync
|
# Optional: timezone sync
|
||||||
|
|||||||
Reference in New Issue
Block a user