Skip to content

Commit

Permalink
docker-compose: remove --auto-build from args
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyguillaume committed Oct 23, 2024
1 parent 997cb32 commit b0018be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ services:
- ./conf/server.keystore:/opt/keycloak/conf/server.keystore
security_opt:
- 'label:disable'
command: ["start", "--auto-build", "--db=postgres"]
command: ["start", "--db=postgres"]
depends_on: [db]

0 comments on commit b0018be

Please sign in to comment.