mirror of
https://github.com/byReqz/gotty-docker.git
synced 2026-05-17 13:47:24 +00:00
fix container name
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ version: '2.3'
|
||||
|
||||
services:
|
||||
gotty-docker:
|
||||
container_name: gotty-docker
|
||||
image: byreqz/gotty-docker:latest
|
||||
container_name: gotty
|
||||
image: byreqz/gotty:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 1234:1234
|
||||
|
||||
Reference in New Issue
Block a user