Skip to content

Commit

Permalink
revert to original files
Browse files Browse the repository at this point in the history
  • Loading branch information
43414d committed Mar 1, 2024
1 parent b05473c commit 1eb28fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ ARG TARGETARCH
# hadolint ignore=DL3006
FROM base-${TARGETARCH}

LABEL maintainer="[email protected]" \
name="43414d/palworld-server-docker" \
LABEL maintainer="[email protected]" \
name="thijsvanloef/palworld-server-docker" \
github="https://github.com/thijsvanloef/palworld-server-docker" \
dockerhub="https://hub.docker.com/r/thijsvanloef/palworld-server-docker" \
org.opencontainers.image.authors="43414d" \
org.opencontainers.image.authors="Thijs van Loef" \
org.opencontainers.image.source="https://github.com/thijsvanloef/palworld-server-docker"

# set envs
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
palworld:
image: 43414d/palworld-server-docker:latest
image: thijsvanloef/palworld-server-docker:latest
restart: unless-stopped
container_name: palworld-server
stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop
Expand Down

0 comments on commit 1eb28fb

Please sign in to comment.