Original
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
wetty:
|
||||||
|
image: wettyoss/wetty:latest
|
||||||
|
container_name: wetty
|
||||||
|
environment:
|
||||||
|
- SSHHOST=192.168.50.2
|
||||||
|
- SSHPORT=22
|
||||||
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user