Skip to content

Commit

Permalink
README: docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
JG1VPP committed Apr 8, 2024
1 parent b4ce65b commit 76eb691
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,20 @@ $ docker compose up -d

Access 80 port of the container.

### Shutdown
### Stop

To kill the container, enter the following command:
Stop and remove the container as follows:

```sh
$ docker compose kill
$ docker compose down
```

### Update

Pull the latest image as follows:

```sh
$ docker pull ghcr.io/nextzlog/ats4:master
```

## Development Mode
Expand Down

0 comments on commit 76eb691

Please sign in to comment.