Browse Source

fixed container name

tags/v1.0.0
Robin Thoni 5 years ago
parent
commit
da729ecf18
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@@ -3,7 +3,7 @@ version: '2'
3 3
 services:
4 4
     apache:
5 5
         build: ./apache
6
-        container_name: www.2drt.fr-apache
6
+        container_name: lldc.2drt.fr-apache
7 7
 #        restart: unless-stopped
8 8
         ports:
9 9
             - "127.0.0.1:35150:80"

Loading…
Cancel
Save