Skip to content
Snippets Groups Projects
Commit 67004da1 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

fix traefik labels in compose files

parent 5ae3335d
No related branches found
No related tags found
No related merge requests found
Pipeline #35128 passed
......@@ -10,7 +10,7 @@ networks:
services:
adex-cache-db:
image: postgres:14
container_name: adex-cache-db
container_name: adex-postgres
expose:
- "5432"
ports:
......
......@@ -10,7 +10,7 @@ networks:
services:
adex-cache-db:
image: postgres:14
container_name: adex-cache-db
container_name: adex-postgres
expose:
- "5432"
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment