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
 services:
3
 services:
4
     apache:
4
     apache:
5
         build: ./apache
5
         build: ./apache
6
-        container_name: www.2drt.fr-apache
6
+        container_name: lldc.2drt.fr-apache
7
 #        restart: unless-stopped
7
 #        restart: unless-stopped
8
         ports:
8
         ports:
9
             - "127.0.0.1:35150:80"
9
             - "127.0.0.1:35150:80"

Loading…
Cancel
Save