mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-15 10:09:54 +00:00
Update docker-compose.yml
This commit is contained in:
parent
256f1b2a4e
commit
cf53b4f4b7
@ -5,6 +5,7 @@ services:
|
|||||||
image: jetbrains/youtrack:2022.3.65371
|
image: jetbrains/youtrack:2022.3.65371
|
||||||
container_name: youtrack
|
container_name: youtrack
|
||||||
hostname: youtrack
|
hostname: youtrack
|
||||||
|
user: 13001:13001 # this is the default UID:GUID; see https://hub.docker.com/r/jetbrains/youtrack/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080 # web ui
|
- 8080:8080 # web ui
|
||||||
|
Loading…
x
Reference in New Issue
Block a user