Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33m0nk committed Feb 16, 2024
1 parent 267df52 commit c1d7ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
image: memcached:${MEMCACHED_IMAGE_TAG}
command: memcached -m ${MEMCACHED_MAX_RAM}
ports:
- ${MEMCACHED_EXPOSED_PORT}:11211
- ${MEMCACHED_HOST_MAPPING_PORT}:11211
restart: always
networks:
datomic-network:
Expand Down

0 comments on commit c1d7ceb

Please sign in to comment.