Skip to content

Commit

Permalink
Use ghcr image and add PORT configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Nov 16, 2024
1 parent 09ff5e3 commit 71df1ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '3.5'
services:
server:
# To use this compose file you need to first run `docker build -t r5reloaded-server -f Dockerfile`
image: localhost/r5reloaded-server:latest
image: ghcr.io/radiicall/r5reloaded-docker:main
ports:
- 37000:37000/udp
restart: 'unless-stopped'
Expand All @@ -17,3 +16,5 @@ services:
- NAME=1v1 server
# Playlist to use
- PLAYLIST=fs_1v1
# Port to bind to internally. MUST ALSO BE CHANGED UP ABOVE UNDER THE PORTS SECTION
- PORT=37000

0 comments on commit 71df1ab

Please sign in to comment.