Let Dockerfile to the build #4
1 changed files with 9 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
web-app:
|
||||||
|
image: git.webdeploy.it/pianello/pianello-web-app:latest
|
||||||
|
restart: always
|
||||||
|
container_name: pianello-web-app
|
||||||
|
ports:
|
||||||
|
- 127.0.0.1:8080:80'
|
Loading…
Reference in a new issue