Build a new image and start container.
This commit is contained in:
@@ -33,7 +33,7 @@ Or, to build a new image, create a docker-compose.yml file with:
|
|||||||
```
|
```
|
||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
build: . # Aici îi spui: "Uită-te după Dockerfile în folderul curent"
|
build: . # Here you tell it: "Look for Dockerfile in the current folder"
|
||||||
image: portainer-ce-without-annoying:latest
|
image: portainer-ce-without-annoying:latest
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user