Skip to content

Commit 0ac13ef

Browse files
committed
Update docker command
1 parent 4187d84 commit 0ac13ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

READMEdocs/docker-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
docker pull skuill/portfolio:latest
2424

2525
docker rm -f skuill-portfolio
26-
docker run -dit --restart=always -p 3000:80 --name skuill-portfolio skuill/portfolio:latest
26+
docker run -dit --restart=always --network common-skuill-network -p 3000:80 --name skuill-portfolio skuill/portfolio:latest
2727
```
2828

2929
3. Inspect image:

0 commit comments

Comments
 (0)