Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed May 8, 2024
1 parent 9c6b000 commit b5fe2f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: "3.8"
name: ttydbridge
services:
ttydbridge:
# build: .
# image: ttdybridge
image: cp0204/ttdybridge:latest
container_name: ttdybridge
environment:
EXEC_DIR: "/opt"
START_COMMAND: "login"
PORT: "2222"
ALLOW_WRITE: "true"
volumes:
- /opt:/opt
network_mode: bridge
pid: host
privileged: true
restart: unless-stopped

0 comments on commit b5fe2f8

Please sign in to comment.