Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkruyt authored Mar 12, 2024
1 parent 08d7a4c commit d60a439
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
version: '3.8'
services:
openra-server:
#image: ghcr.io/dkruyt/openra:latest
image: openra
image: ghcr.io/dkruyt/openra:latest
user: "1000:1000" # UID:GID
build: .
#build: .
environment:
Name: "Dedicated Server"
Mod: "ra"
Expand Down

0 comments on commit d60a439

Please sign in to comment.