Prepare WebSSH for self-hosted deployment
This commit is contained in:
+8
-2
@@ -1,6 +1,12 @@
|
||||
version: '3'
|
||||
services:
|
||||
web:
|
||||
webssh:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8888:8888"
|
||||
- "8888:8888"
|
||||
volumes:
|
||||
- webssh-data:/data
|
||||
|
||||
volumes:
|
||||
webssh-data:
|
||||
|
||||
Reference in New Issue
Block a user