Browse Source

Fix error syntax

Stille 4 years ago
parent
commit
2693b072f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      forsaken-mail/docker-compose.yml

+ 1 - 1
forsaken-mail/docker-compose.yml

@@ -4,7 +4,7 @@ services:
     image: stilleshan/forsaken-mail
     container_name: forsaken-mail
     ports:
-      - 25:25
+      - "25:25"
       - 3000:3000
     restart: always