Skip to content

Commit

Permalink
Specify ghcr.io in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ripps818 authored Mar 25, 2024
1 parent 74f9c08 commit 81236e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ networks:
services:
palworld-dedicated-server:
container_name: palworld-wine-server
image: ripps818/palworld-dedicated-server-wine:latest
image: ghcr.io/ripps818/palworld-dedicated-server-wine:latest
restart: unless-stopped
ports:
- target: 8211 # Gamerserver port inside of the container
Expand Down

0 comments on commit 81236e4

Please sign in to comment.