resh install on Ubuntu Server with Docker at OS level then explore Podman Quadlet
This commit is contained in:
15
opt/copy/lxconsole/compose.yaml
Normal file
15
opt/copy/lxconsole/compose.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
networks: {}
|
||||
services:
|
||||
lxconsole:
|
||||
image: penninglabs/lxconsole:latest
|
||||
ports:
|
||||
- 5004:5000
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- certs:/opt/lxconsole/certs
|
||||
- server:/opt/lxconsole/instance
|
||||
volumes:
|
||||
certs:
|
||||
driver: local
|
||||
server:
|
||||
driver: local
|
Reference in New Issue
Block a user