Skip to content

Commit 9d9c7bc

Browse files
committed
Change docker team user to 'default'
ubuntu:24.04 image has a default user 'ubuntu' as 1000, so now the new 'default' user has 1001.
1 parent aa64976 commit 9d9c7bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose-teams.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
team-tigers:
33
image: robocupssl/ubuntu-vnc-java:latest
4-
user: "1000"
4+
user: "default"
55
restart: unless-stopped
66
mem_limit: "${TEAM_LIMIT_MEM}"
77
cpus: "${TEAM_LIMIT_CPU}"
@@ -20,7 +20,7 @@ services:
2020

2121
team-robocin:
2222
image: robocin/ssl-unification-robocup:latest
23-
user: "1000"
23+
user: "default"
2424
restart: unless-stopped
2525
mem_limit: "${TEAM_LIMIT_MEM}"
2626
cpus: "${TEAM_LIMIT_CPU}"
@@ -38,7 +38,7 @@ services:
3838

3939
team-robodragons:
4040
image: sslrobodragons/robodragons-system:ubuntu20.04-robocup2021-simulation-7db95ab
41-
user: "1000"
41+
user: "default"
4242
restart: unless-stopped
4343
mem_limit: "${TEAM_LIMIT_MEM}"
4444
cpus: "${TEAM_LIMIT_CPU}"
@@ -56,7 +56,7 @@ services:
5656

5757
team-kiks:
5858
image: ghcr.io/kiksworks/ssl-simulation-env:main
59-
user: "1000"
59+
user: "default"
6060
restart: unless-stopped
6161
mem_limit: "${TEAM_LIMIT_MEM}"
6262
cpus: "${TEAM_LIMIT_CPU}"

0 commit comments

Comments
 (0)