This commit is contained in:
2024-09-02 00:22:34 +01:00
parent 614f9e3782
commit c904ae8a3a
3 changed files with 4 additions and 1 deletions

View File

@@ -46,3 +46,5 @@ _Source - https://docs.gitea.io/en-us/backup-and-restore/_
## Other References ## Other References
- limbosolutions gitea hosting https://git.limbosolutions.com (chech the git repository https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com ) - limbosolutions gitea hosting https://git.limbosolutions.com (chech the git repository https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com )
# Docker compose - Examples

View File

@@ -1,2 +1,3 @@
FROM catthehacker/ubuntu:act-latest FROM catthehacker/ubuntu:act-latest
RUN apt-get update && apt install software-properties-common && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible RUN apt-get update && apt install software-properties-common && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible