Skip to content

Commit

Permalink
fix problem introduced by docker compose 2.24.6 by removing depends_o…
Browse files Browse the repository at this point in the history
…n statements
  • Loading branch information
osma committed Mar 5, 2024
1 parent ed44f6e commit d381022
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ services:
dockerfile: dockerfiles/Dockerfile.ubuntu
ports:
- ${SKOSMOS_PORT:-9090}:80
depends_on:
- fuseki
- fuseki-cache
volumes:
- type: bind
source: ./dockerfiles/config/config-docker-compose.ttl
Expand Down

0 comments on commit d381022

Please sign in to comment.