Skip to content

Commit

Permalink
Docker: Give local docker container a name
Browse files Browse the repository at this point in the history
Otherwise we get random IDs as names which we need to cleanup manually
  • Loading branch information
tordans committed Jan 24, 2025
1 parent 3cc4bf4 commit 488d46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
processing:
image: !reset null
image: processing:latest
build:
context: .
dockerfile: ./processing.Dockerfile
Expand All @@ -10,7 +10,7 @@ services:
logging:
driver: json-file
app:
image: !reset null
image: app:latest
build:
context: .
dockerfile: ./app.Dockerfile
Expand Down

0 comments on commit 488d46e

Please sign in to comment.