Skip to content

Commit 4e4befe

Browse files
committed
fix docker-compose-prod.yml
1 parent 44fdbde commit 4e4befe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Log in to the Container registry
32-
uses: docker/login-action@v2
32+
uses: docker/login-action@v3
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
username: ${{ github.repository_owner }}

docker-compose.prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ volumes:
118118
networks:
119119
traefik-public:
120120
# Allow setting it to false for testing
121-
external: traefik-public
121+
external: true

0 commit comments

Comments
 (0)