diff --git a/.gitea/workflows/container.yml b/.gitea/workflows/container.yml index 755f65d..f554a36 100644 --- a/.gitea/workflows/container.yml +++ b/.gitea/workflows/container.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest container: image: archlinux:latest + ports: + # Opens port 7777 on the host forwards it to the container port 7777 + - 7777:7777 env: # These env Variables are DOCKER CONTAINER env variables. # So these can be used to configure the docker image above accordingly to the image documentation