Skip to content

add simple docker-compose example to readme#37

Merged
matze merged 1 commit intomatze:masterfrom
NiFNi:master
Aug 9, 2023
Merged

add simple docker-compose example to readme#37
matze merged 1 commit intomatze:masterfrom
NiFNi:master

Conversation

@NiFNi
Copy link
Copy Markdown
Contributor

@NiFNi NiFNi commented Aug 9, 2023

I like it when selfhostable services have a small docker-compose example. Even with the docker example it's one step more to get it running if you use compose (what most people probably do when selfhosting).

@matze matze merged commit b6c5993 into matze:master Aug 9, 2023
@matze
Copy link
Copy Markdown
Owner

matze commented Aug 9, 2023

Thanks!

Comment thread README.md
environment:
- WASTEBIN_DATABASE_PATH=/data/state.db
ports:
- "8088:8088"
Copy link
Copy Markdown
Contributor

@berezovskyi berezovskyi Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest to replace this with "127.0.0.1:8088:8088" because Docker tends to punch your firewall and you want to avoid this if using a reverse proxy like Caddy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants