Skip to content

Commit

Permalink
Merge pull request #159 from wornet-aer/patch-2
Browse files Browse the repository at this point in the history
Removed container_name from docker-compose.yml
  • Loading branch information
ninoseki committed May 6, 2022
2 parents d41982f + cb341b7 commit 7a0620c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
@@ -1,14 +1,12 @@
version: "3.7"
services:
spamassassin:
container_name: eml_analyzer_spamassassin
image: instantlinux/spamassassin:3.4.6-1
ports:
- ${PORT_SPAMASSASSIN:-783}:783
restart: always

eml_analyzer:
container_name: eml_analyzer_app
build:
context: ./
dockerfile: app.Dockerfile
Expand All @@ -22,4 +20,4 @@ services:
- SPAMASSASSIN_PORT=${PORT_SPAMASSASSIN:-783}
restart: always
depends_on:
- spamassassin
- spamassassin

0 comments on commit 7a0620c

Please sign in to comment.