diff --git a/docker-compose.yml b/docker-compose.yml index fabe6b1..1fca0ee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: "3.5" - networks: local: rauthy-dev: @@ -30,7 +28,6 @@ services: networks: - rauthy-dev - rauthy: container_name: rauthy-dev image: ghcr.io/sebadob/rauthy:0.31.2 @@ -56,13 +53,11 @@ services: networks: - rauthy-dev - local - volumes: - - type: volume - source: rauthy-data + volumes: + - type: volume + source: rauthy-data target: /app/data volumes: postgres-data: rauthy-data: - -