diff --git a/README.md b/README.md index a07a91b..f7b2812 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,6 @@ _Source - https://docs.gitea.io/en-us/backup-and-restore/_ ## Other References -- limbosolutions gitea hosting https://git.limbosolutions.com (chech the git repository https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com ) \ No newline at end of file +- limbosolutions gitea hosting https://git.limbosolutions.com (chech the git repository https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com ) + +# Docker compose - Examples \ No newline at end of file diff --git a/act-runner/Dockerfile b/act-runner/Dockerfile index 8b842c5..498430b 100644 --- a/act-runner/Dockerfile +++ b/act-runner/Dockerfile @@ -1,2 +1,3 @@ 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 + diff --git a/docker/docker-compose.armv7.yaml b/docker-compose.samples/docker-compose.armv7.yaml similarity index 100% rename from docker/docker-compose.armv7.yaml rename to docker-compose.samples/docker-compose.armv7.yaml