Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Gsvd committed Jan 30, 2025
1 parent 39c7217 commit 103114e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ podman run --detach \
--env ADMIN_TOKEN="SOME_RANDOM_STRING" \
--volume /vw-data/:/data/ \
--restart unless-stopped \
--publish 8080:80 \
--publish 127.0.0.1:8080:80 \
docker.io/vaultwarden/server:latest
```

Expand Down

0 comments on commit 103114e

Please sign in to comment.