kopia lustrzana https://github.com/Haxxnet/Compose-Examples
Update docker-compose.yml
rodzic
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
|
||||||
|
|
Ładowanie…
Reference in New Issue