6 lines
130 B
Bash
6 lines
130 B
Bash
docker run --detach /
|
|
--name gitlab \
|
|
--publish 80:80 \
|
|
--publish 443:443 \
|
|
--restart unless-stopped \
|
|
nginx:latest |