Allow overriding Docker base image
This commit is contained in:
+4
-2
@@ -1,7 +1,9 @@
|
||||
version: '3'
|
||||
services:
|
||||
webssh:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
PYTHON_IMAGE: ${PYTHON_IMAGE:-python:3.12-slim}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8888:8888"
|
||||
|
||||
Reference in New Issue
Block a user