10 lines
191 B
YAML
10 lines
191 B
YAML
|
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'
|