Avatar

Mike

itmike@fikaverse.club
Joined
0 posts • 3 comments

En oftast glad typ, som gillar frihet och rättvisa, lever i 🇸🇪. Have fun and be mindful of people around you.

Direct message

@originalucifer @ozoned hm… Why do you call it blog then? It’s just someone’s web page with text, pictures and video published to it. Languages evolves and new words can describe new implementations better.

permalink
report
parent
reply

@Pete90 There is plugins you can use to tell docker where your volumes are. Something like this works for local directories:

Docker will create a _data directory as usual.

volumes:
web_data:
db_data:
driver: local # Define the driver and options under the volume name
driver_opts:
type: none
device: /data/myservice/db_data
o: bind

permalink
report
reply

@ErwinLottemann @Solvena …or take it one step further and store your private key, only(except your offline backup), on an hsm/smartcard such as; yubikey.

permalink
report
parent
reply